type net/http.http2streamState
6 uses
net/http (current package)
h2_bundle.go#L3392: type http2streamState int
h2_bundle.go#L3407: http2stateIdle http2streamState = iota
h2_bundle.go#L3422: func (st http2streamState) String() string {
h2_bundle.go#L4521: state http2streamState
h2_bundle.go#L4543: func (sc *http2serverConn) state(streamID uint32) (http2streamState, *http2stream) {
h2_bundle.go#L5981: func (sc *http2serverConn) newStream(id, pusherID uint32, state http2streamState) *http2stream {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |